home *** CD-ROM | disk | FTP | other *** search
/ GameStar 2005 October / Gamestar_77_2005-10_dvd.iso / Programy / powarc920cz.exe / {app} / POWERARC.EXE / 0 / RCDATA / TMSGFORM / TMSGFORM.txt
Text File  |  2005-03-06  |  2KB  |  85 lines

  1. object MsgForm: TMsgForm
  2.   Left = 281
  3.   Top = 151
  4.   Width = 600
  5.   Height = 241
  6.   BorderIcons = [biSystemMenu]
  7.   Caption = 'View Last Output'
  8.   Color = clBtnFace
  9.   Constraints.MinHeight = 200
  10.   Constraints.MinWidth = 500
  11.   ParentFont = True
  12.   KeyPreview = True
  13.   OldCreateOrder = True
  14.   Scaled = False
  15.   OnClose = FormClose
  16.   OnCreate = FormCreate
  17.   OnKeyPress = FormKeyPress
  18.   OnResize = FormResize
  19.   OnShow = FormShow
  20.   PixelsPerInch = 96
  21.   TextHeight = 13
  22.   object ControlPanel: TPanel
  23.     Left = 0
  24.     Top = 166
  25.     Width = 592
  26.     Height = 41
  27.     Align = alBottom
  28.     TabOrder = 0
  29.     object CopyButt: TButton
  30.       Left = 208
  31.       Top = 8
  32.       Width = 137
  33.       Height = 25
  34.       Caption = '&Clipboard Copy'
  35.       TabOrder = 0
  36.       OnClick = CopyButtClick
  37.     end
  38.     object FontButt: TButton
  39.       Left = 352
  40.       Top = 8
  41.       Width = 137
  42.       Height = 25
  43.       Caption = '&Font'
  44.       TabOrder = 1
  45.       OnClick = FontButtClick
  46.     end
  47.     object OKButton: TButton
  48.       Left = 64
  49.       Top = 8
  50.       Width = 137
  51.       Height = 25
  52.       Caption = '&OK'
  53.       TabOrder = 2
  54.       OnClick = OKButtonClick
  55.     end
  56.   end
  57.   object ViewPanel: TPanel
  58.     Left = 0
  59.     Top = 0
  60.     Width = 592
  61.     Height = 166
  62.     Align = alClient
  63.     Caption = 'ViewPanel'
  64.     TabOrder = 1
  65.     object MessageMemo: TMemo
  66.       Left = 1
  67.       Top = 1
  68.       Width = 590
  69.       Height = 164
  70.       Align = alClient
  71.       Font.Charset = ANSI_CHARSET
  72.       Font.Color = clWindowText
  73.       Font.Height = -12
  74.       Font.Name = 'Courier New'
  75.       Font.Style = []
  76.       Lines.Strings = (
  77.         'MessageMemo')
  78.       ParentFont = False
  79.       ReadOnly = True
  80.       ScrollBars = ssVertical
  81.       TabOrder = 0
  82.     end
  83.   end
  84. end
  85.